build: update all non-major dependencies#3409
Open
angular-robot wants to merge 1 commit intoangular:mainfrom
Open
build: update all non-major dependencies#3409angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
8396cd7 to
bed6ca0
Compare
cb0fc4f to
498c9a1
Compare
See associated pull request for more information.
498c9a1 to
dd5d641
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.38.0→1.42.0^0.2.0→^0.24.08.2.0→8.2.17.55.2→7.57.08.1.2→8.2.01001.1.9→1001.1.1024.10.9→24.10.1312.8.0→12.9.013.6.0→13.6.17.0.4→7.0.515.4.0→15.6.04.13.0→4.13.66.0.0→6.0.128.0.0→28.1.010.1.1→10.2.114.0.10→14.0.1143.0.8→43.25.117.7.3→7.7.47.19.2→7.22.06.0.0→6.0.1Release Notes
googleapis/js-genai (@google/genai)
v1.42.0Compare Source
Features
v1.41.0Compare Source
Features
v1.40.0Compare Source
Features
v1.39.0Compare Source
Features
include_inputquery parameter to Get Interaction endpoint. (84bc7f4)Bug Fixes
google/generative-ai-js (@google/generative-ai)
v0.24.1Compare Source
Patch Changes
2a82804: Update package description to include deprecation notice.v0.24.0Compare Source
Minor Changes
13466b3: added support for buffers in uploadFile64e5af7: BREAKING CHANGE: Enforce format safety when using string schemasv0.23.0Compare Source
Minor Changes
da7ed0e: Introduce a new error type to represent AbortError from SDKPatch Changes
16737d3: Fixes issue #218 by ensuring system instructions are formatted always, not just when TTL is specified9e95663: fix: Exclude content with empty parts from chat historybe83756: Added custom header support to the Server package, matching functionality on the client package33c3c24: add HARM_CATEGORY_CIVIC_INTEGRITYv0.22.0Compare Source
Minor Changes
b546cba: Breaking change: Fix typo of groundingChunks85621eb: Breaking change: Fix typo of 'groundingSupport' -> 'groundingSupports'3004d3b: The schema types are now more specific, using a discriminated union based on the 'type' field to more accurately define which fields are allowed.Patch Changes
864afb7: Swapped the package manager to npm, in order to take advantage of npm audit fix070bcdc: Fix undefined candidate index.6a99ed8: Make sure chat api do not send empty text request after encounter any server error that returns empty response. This fixes issue #124 and issue #286.25d3a92: update FinishReason enumd87cf1d: Fix flaky integration test with toolsv0.21.0Compare Source
Minor Changes
8543716: Add search grounding feature to SDK.v0.20.0Compare Source
Minor Changes
dda0b5c: AddfrequencyPenalty,presencePenalty,responseLogprobs, andlogProbsparameters support forgenerationConfig. AddedavgLogprobsandlogprobsResulttoGenerateContentResponse. Updated test cases.v0.19.0Compare Source
Minor Changes
00dc7a1: Use lowercase SchemaType enum values to match json-schema.v0.18.0Compare Source
Minor Changes
fc008a1: Add ability to set modelParams (generationConfig, safetySettings) on getGenerativeModelFromCachedContent().v0.17.2Compare Source
Patch Changes
d8f6b4f: Fix language marker in text helper for executable code results.v0.17.1Compare Source
Patch Changes
fdfb5bd: Fix reference torequestOptionsinstartChat.v0.17.0Compare Source
Minor Changes
3b5daae: FixSchematype to reference itself and not a derived type in itsitemsarray andpropertiesmap.v0.16.1Compare Source
This is a cherry-picked patch to fix an bug for users pinned to versions 0.16.x.
Patch Changes
fdfb5bd: Fix reference torequestOptionsinstartChat.v0.16.0Compare Source
Minor Changes
d2d42ca: AddsSingleRequestOptionswithAbortSignalsupport to most of the asynchronous methods ofGenerativeModel,GoogleAIFileManagerandChatSession.v0.15.0Compare Source
Minor Changes
05b8631: Add FinishReason.LANGUAGE enum value.Patch Changes
e87d5b0: Fix countTokens to include any params set on the model instance.v0.14.1Compare Source
Patch Changes
0c23bb3: AddCodeExecutionTooltoTooltype.v0.14.0Compare Source
Minor Changes
fb1c0f2: Add acachedContentTokenCountfield to theUsageMetadatainterface returned bygenerateContentresponses.06216be: Add code execution feature.v0.13.0Compare Source
Minor Changes
83ec4ac: Expand the model'scountTokensmethod to alternatively accept aGenerateContentRequest.5df61d1: AddedGoogleAICacheManagerutility to allow caching large content to be used in inference. This class is exported from the@google/generative-ai/serversubpath. Breaking change: TheGoogleAIFileManagerclass has been moved to be exported from this subpath as well instead of the/filessubpath.Patch Changes
1440a05: Removed themodelfield from the internally formatted payload ofcountTokenrequests as it was unnecessary.03eb57b: Fix missing usageMetadata in streamed aggregated response (#174)v0.12.0Compare Source
Minor Changes
85ff2c4: AddedresponseSchematoGenerationConfigto allow user to provide a JSON schema whenresponseMimeTypeis set to JSON.v0.11.5Compare Source
Patch Changes
42ba6ca: Fix paths to @google/generative-ai/files.v0.11.4Compare Source
Patch Changes
ee02ff0: Add additional propertiesvideoMetadataanderrortoFileMetadataResponsetype.v0.11.3Compare Source
Patch Changes
c7c0b50: FixedFileStateenum values to be strings.v0.11.2Compare Source
Patch Changes
cefa8f2: Lifted a restriction in chat sessions that required a specific order of content roles.v0.11.1Compare Source
Patch Changes
819501f: Fix a bug that caused file uploads to be named "undefined" if no file name is provided.v0.11.0Compare Source
Minor Changes
58ab777: Added responseMimeType to GenerationConfig to allow for JSON formatted responses.Patch Changes
c39015c: Fixed a bug wheretext()did not handle multipleTextParts in a single candidate. Addedstatefield toFileMetadataResponse.v0.10.0Compare Source
Minor Changes
657799a: Added UsageMetadata to GenerateContentResponses.4562366: Add a request option for custom headersv0.9.0Compare Source
Minor Changes
ca62400: Allow text-only systemInstruction as well as Part and Content.111e970: Export error classes and add more properties to fetch errors.v0.8.0Compare Source
Minor Changes
a89d427: Add GoogleAIFileManager for file uploads.v0.7.1Compare Source
Patch Changes
6ef8cee: Fixed bugs whereRequestOptions,generationConfig, andsafetySettingswere not passed from the model down to some methods.v0.7.0Compare Source
Minor Changes
79b7651: Set default API version to "v1beta" to match Go and Python.v0.6.0Compare Source
Minor Changes
2a1f97c: AddsystemInstructionfeature and forced function calling feature (usingtoolConfig).Patch Changes
0931d2c: Refactor makeRequest to make fetch mockable.v0.5.0Compare Source
Minor Changes
658a0da: AddapiClientconfiguration option toRequestOptions.v0.4.0Compare Source
Minor Changes
790a943: Deprecate functionCall() and add functionCalls().e636823: Loosen role field typing on Content.7a45f01: Add option in RequestOptions to change baseUrl.Patch Changes
3f95168: Fix requestOptions not being passed through countTokens, embedContent, and batchEmbedContentsv0.3.1Compare Source
Patch Changes
ccd9951: validateChatHistory is now checking that 'parts' property is an arrayv0.3.0Compare Source
Minor Changes
932e1be: AddapiVersionproperty toRequestOptionsto allow user to choose API endpoint version.9887465: Added support for function callingSBoudrias/Inquirer.js (@inquirer/prompts)
v8.2.1Compare Source
wrap-ansiwithfast-wrap-ansimicrosoft/rushstack (@microsoft/api-extractor)
v7.57.0Compare Source
Thu, 19 Feb 2026 00:04:52 GMT
Minor changes
lib-commonjs, DTS is now underlib-dts, and ESM is now underlib-esm. Imports tolibstill work as before, handled by the"exports"field inpackage.json.v7.56.3Compare Source
Sat, 07 Feb 2026 01:13:26 GMT
Patches
lodashdependency from~4.17.15to~4.17.23.v7.56.2Compare Source
Wed, 04 Feb 2026 20:42:47 GMT
Patches
v7.56.1Compare Source
Wed, 04 Feb 2026 16:13:27 GMT
Version update only
v7.56.0Compare Source
Fri, 30 Jan 2026 01:16:12 GMT
Minor changes
v7.55.5Compare Source
Thu, 08 Jan 2026 01:12:30 GMT
Patches
octokit/auth-app.js (@octokit/auth-app)
v8.2.0Compare Source
Features
firebase/firebase-js-sdk (firebase)
v12.9.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.8.0
Minor Changes
8123231#9461 - AI Logic: Extend theLiveSession.receive()return types to include aLiveServiceGoingAwayNoticewhich signifies that the service will soon close the session.
f9254b6#9475 - Remove "preview" tags from code execution and URL context documentation.2e74329#9462 - Add params onUsageMetadatathat provide cache-related usage data when the implicit caching feature is used.Patch Changes
691a506#9469 - Internal: Add tag to log requests made to cloud while in hybrid mode.firebase@12.9.0
Minor Changes
8123231#9461 - AI Logic: Extend theLiveSession.receive()return types to include aLiveServiceGoingAwayNoticewhich signifies that the service will soon close the session.
f9254b6#9475 - Remove "preview" tags from code execution and URL context documentation.2e74329#9462 - Add params onUsageMetadatathat provide cache-related usage data when the implicit caching feature is used.08e3acd#9459 - Add support forregexFindandregexFindAllPipeline expressions.Patch Changes
8123231,691a506,f9254b6,65a553b,2e74329,08e3acd]:@firebase/firestore@4.11.0
Minor Changes
08e3acd#9459 - Add support forregexFindandregexFindAllPipeline expressions.Patch Changes
65a553b#9472 - Log a warning whendatabaseIdis not found.@firebase/app@0.14.8
Patch Changes
@firebase/app-compat@0.5.8
Patch Changes
@firebase/firestore-compat@0.4.5
Patch Changes
65a553b,08e3acd]:firebase/firebase-admin-node (firebase-admin)
v13.6.1: Firebase Admin Node.js SDK v13.6.1Compare Source
Bug Fixes
isURL()to use Built-inURLConstructor (#3061)Miscellaneous
firebase/firebase-functions (firebase-functions)
v7.0.5Compare Source
graphql. (#1795)firebase/firebase-tools (firebase-tools)
v15.6.0Compare Source
firebase deploy. You can configure providers infirebase.jsonlike so:{ "auth": { "providers": { "anonymous": true, "emailPassword": true, "googleSignIn": { "oAuthBrandDisplayName": "My App", "supportEmail": "support@myapp.com" } } } }v15.5.1Compare Source
serviceusage(#9844)v15.5.0Compare Source
firebase dataconnect:compilecommand.AuthBlockingEventhad invalid format formetadata.creationTimeandmetadata.lastSignInTime. (#8109)firebase init storage. (#8170)the realtimeUpdatesMode flags for Firestore Database creation (#9817)
privatenumber/get-tsconfig (get-tsconfig)
v4.13.6Compare Source
Bug Fixes
v4.13.5Compare Source
Bug Fixes
v4.13.4Compare Source
Bug Fixes
v4.13.3Compare Source
Bug Fixes
v4.13.2Compare Source
Bug Fixes
v4.13.1Compare Source
Bug Fixes
jasmine/jasmine (jasmine-core)
v6.0.1Compare Source
Please see the release notes.
jsdom/jsdom (jsdom)
v28.1.0Compare Source
blob.text(),blob.arrayBuffer(), andblob.bytes()methods.getComputedStyle()to account for CSS specificity when multiple rules apply. (asamuzaK)XMLHttpRequestperformance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.node.getRootNode(),node.isConnected, andevent.dispatchEvent()by caching the root node of document-connected trees.getComputedStyle()to correctly handle!importantpriority. (asamuzaK)document.getElementById()to return the first element in tree order when multiple elements share the same ID.<svg>elements to no longer incorrectly proxy event handlers to theWindow.FileReaderevent timing andfileReader.resultstate to more closely follow the spec.XMLHttpRequestencountered dispatch errors.fetch()has been used before importing jsdom, by working around undici v6/v7 incompatibilities.isaacs/minimatch (minimatch)
v10.2.1Compare Source
v10.2.0Compare Source
v10.1.3Compare Source
v10.1.2Compare Source
nock/nock (nock)
v14.0.11Compare Source
Bug Fixes
@mswjs/interceptorsto fix a memory leak (#2938) (025db76)renovatebot/renovate (renovate)
v43.25.11Compare Source
Bug Fixes
repositoryCacheForceLocal(#41323) (2536f53)Miscellaneous Chores